SG FileSys
RootPath Property

©1998 by Stinga

Enumerator Object     Constants     Error Codes    
Description

Returns or sets enumeration root path.

Syntax

object.RootPath As String

The object is expression that evaluates to the Enumerator object.

Remarks

Path must be ended with trailing slash/backslash character.

Example
 Set en = CreateObject("SGFileSys.Enumerator")
 en.RootPath = "C:/Windows/"